Welcome
A fully local, zero-trust system that splits every privileged operation into isolated, self-defending agents so a single breach doesn't mean death.
The Plagues Protocol is the ultra-minimalist, zero-trust local RPC protocol that powers every single interaction inside the XRUIOS (Our Cross Platform Framework/OS/Abstraction Layer).
Windows • Linux • Easy To Add Platforms • Fully Offline • Post Quantum Computing Resistant • No BS
How it works
The Plagues Protocol enforces a cryptographically-sealed boundary on the same machine between:
- Untrusted side – your shell, apps, plugins (running as the logged-in user)
- Trusted side – tiny, manifest-protected workers running as SYSTEM/root
All communication uses MagicOnion over OS-local channels (named pipes / Unix sockets) for zero-copy performance and zero network exposure.
Trusted workers:
- Verify their own executable and DLLs against a Kyber-signed manifest (Blake3 hashes) before listening
- Refuse to run if tampered
- Require no discovery, no TLS, no handshake — if you can open the pipe and the worker self-verified, the call is allowed
Result: Even a complete userland compromise cannot escalate or exfiltrate privileged data.
“A single breach can never conquer the machine.”